home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000100_news@columbia.edu _Mon Mar 6 13:42:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA19118
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 6 Mar 2000 13:42:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA16188
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 6 Mar 2000 13:15:52 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Trying to send an E-Mail
  11. Date: 6 Mar 2000 18:15:50 GMT
  12. Organization: Columbia University
  13. Message-ID: <8a0skm$fpo$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38C3F31B.97C285B@t-online.de>,
  17. Werner Schorstein  <W.Schorstein@t-online.de> wrote:
  18. : i am trying to send an E-Mail with Kermit95 (Release 1.1.19).
  19. : MAIL  filename address
  20. : (Example: MAIL mail.txt W.Schorstein@t-online.de)
  21. : It does not work. Is the syntax wrong?
  22. : Is there anybody who can give me an example that works?
  23. The MAIL command sends the file with Kermit protocol, telling the
  24. other Kermit to send it as e-mail to the given address after it is
  25. received.
  26.  
  27. There must be a Kermit program on the other end of the connection
  28. to accept the file and then send it as mail, such as C-Kermit 7.0:
  29.  
  30.   http://www.columbia.edu/kermit/ckermit.html
  31.  
  32. - Frank